home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / win / ch03 / 03fig09.wrl < prev    next >
Text File  |  1996-09-23  |  466b  |  29 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright 1997 By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Shape {
  8.             appearance DEF White Appearance {
  9.                 material Material { }
  10.             }
  11.             geometry Box {
  12.                 size 25.0 2.0 2.0
  13.             }
  14.         },
  15.         Shape {
  16.             appearance USE White
  17.             geometry Box {
  18.                 size 2.0 25.0 2.0
  19.             }
  20.         },
  21.         Shape {
  22.             appearance USE White
  23.             geometry Box {
  24.                 size 2.0 2.0 25.0
  25.             }
  26.         }
  27.     ]
  28. }
  29.